home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 532 b | 19 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: SLODThrd.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- // Anything thread-related which might belong in the shared library.
- //
- //========================================================================================
-
- #ifndef _SL_ODThrd_
- #define _SL_ODThrd_
-
- typedef void (*FW_ThreadProcedure) (Environment* ev, void* parameters);
-
- #endif // _SL_ODThrd_
-
-